home *** CD-ROM | disk | FTP | other *** search
/ cyber.net interactivo 3 / inter@ivo 1996-04.iso / cybint3 / bin / vitor.dxr / 00054.ls < prev    next >
Encoding:
Text File  |  1996-03-21  |  190 b   |  10 lines

  1. on exitFrame
  2.   global ActFrame, Osprite
  3.   set ActFrame to the frame
  4.   set the visible of sprite 6 to 1
  5.   set Osprite to Osprite + 1
  6.   if the mouseCast = 48 then
  7.     go("naveg")
  8.   end if
  9. end
  10.